QuickOPC User's Guide and Reference
Value Property (UABaseVariable<TValue,TAttribute>)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace > UABaseVariable<TValue,TAttribute> Class : Value Property
Contains the node value (the Value attribute).
Syntax
'Declaration
 
<CanBeNullAttribute()>
<MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.VariableValue")>
<UADataAttribute("ValueType")>
Public Property Value As TValue
 
'Usage
 
Dim instance As UABaseVariable(Of TValue,TAttribute)
Dim value As TValue
 
instance.Value = value
 
value = instance.Value
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also